From: Gerd Moellmann Date: Fri, 3 Aug 2001 12:33:14 +0000 (+0000) Subject: (info-insert-file-contents): Use info-file-exists-p X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~62538 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b8fa4e874202bb8a2a5b63bbdd2aa9551df3d117;p=emacs.git (info-insert-file-contents): Use info-file-exists-p instread of file-exists-p. --- diff --git a/lisp/info.el b/lisp/info.el index 91344b850fb..29b34632d52 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -270,7 +270,7 @@ Do the right thing if the file has been compressed or zipped." (check-short (and (fboundp 'msdos-long-file-names) lfn)) fullname decoder done) - (if (file-exists-p filename) + (if (info-file-exists-p filename) ;; FILENAME exists--see if that name contains a suffix. ;; If so, set DECODE accordingly. (progn